Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/

button.png /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/button.png
212 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/index.html
523 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Weiben - Wheel of fortune</title>
<meta charset="UTF-8" />
<link rel="stylesh
marker.png /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/marker.png
222 Views
0 Comments
Media file
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/readme.md
354 Views
0 Comments
# Spin Wheel Game🎡
> It's a Spin Wheel Game made using HTML,CSS,JS , The Code is responsive and here after clicking the start bu
script.js /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/script.js
254 Views
0 Comments

(function() {
const wheel = document.querySelector('.wheel');
const startButton = document.querySelector('.button');
let
styles.css /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/styles.css
207 Views
0 Comments
#app {
width: 400px;
height: 400px;
margin: 0 auto;
position: relative;
}
body{
background-image: linear-gradient(to rig
wheel.png /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/wheel.png
221 Views
0 Comments
Media file